home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 104 / MacAddict_104_2005-04.iso / Software / Internet & Communication / WordPress 1.2.2 freeware.dmg / wordpress / print.css < prev    next >
Cascading Style Sheet File  |  2003-05-26  |  412b  |  36 lines

  1. /* This is the stylesheet modern browser will use to print your pages. */
  2.  
  3. a {
  4.     color: #000;
  5. }
  6.  
  7. body {
  8.     font-family: serif;
  9.     font-size: 12pt;
  10. }
  11.  
  12. #content {
  13.     margin: 0px;
  14.     padding: 0px;
  15.     width: auto;
  16. }
  17.  
  18. #header, h3, h4, .storytitle {
  19.     border: none;
  20.     font-weight: bold;
  21.     margin: 0px;
  22.     padding: 0px;
  23.     width: auto;
  24. }
  25.  
  26. #main {
  27.     float: none;
  28.     margin: 0px 10%;
  29.     padding: 0px;
  30.     width: auto;
  31. }
  32.  
  33. #menu {
  34.     display: none;
  35. }
  36.